home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-03 | 1.3 KB | 57 lines | [TEXT/MPS ] |
- # MATool.lib.MAMake
- # Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
-
- ##########
-
- # MAHeader = MATool.h
- # CWHeader = CWMAToolHdr.h
- # CWTool = "{XAppPath}CW MPWTool:"
- # CWObj = {CWTool}
- #
- # MACPlusPaths = ∂
- # -i "{IncApp}" ∂
- # -i "{MACoreIncludes}" ∂
- # -i "{CIncludes}"
- #
- # MARezPaths = ∂
- # -i "{IncApp}" -s "{ObjApp}" ∂
- # -i "{MACoreIncludes}" -s "{MACoreObj}" ∂
- # -i "{CIncludes}"
-
- ##########
-
- LibName = MATool.lib
-
- LibObjs = ∂
- {CPlusLoadObj} ∂
- "{ObjApp}"UCPlusTool.cp.o
-
- MacAppRIntf = ∂
- "{MACoreIncludes}MACoreDefault.r" ∂
- "{MACoreIncludes}MACoreTypes.r"
-
- MacAppResources = ∂
- "{MACoreObj}"CoreDefaults.rsrc ∂
- "{MACoreObj}"Memory.rsrc
-
- BuildingBlocksResources =
-
- # Give additional dependencies for the other files to be built
-
- "{ObjApp}"UCPlusTool.cp.o ƒ ∂
- "{IncApp}"UCPlusTool.h ∂
- "{MACoreIncludes}"MacAppTypes.h ∂
- "{MACoreIncludes}"MAConditionalMacros.h ∂
- "{MACoreIncludes}"PascalString.h ∂
- "{MACoreIncludes}"UAssociation.h ∂
- "{MACoreIncludes}"UClassDesc.h ∂
- "{MACoreIncludes}"UClassDesc.Private.h ∂
- "{MACoreIncludes}"UCoreGlobals.h ∂
- "{MACoreIncludes}"UCoreUtilities.h ∂
- "{MACoreIncludes}"UDynamicArray.h ∂
- "{MACoreIncludes}"UList.h ∂
- "{MACoreIncludes}"UniversalStartup.h ∂
- "{MACoreIncludes}"UObject.h ∂
- "{MACoreIncludes}"UPointerObject.h
-
-